home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 August / chip-cd_2003_08.zip / 08 / Przeglad programow P2P / Shareaza 1.9 / Shareaza1890.exe / Schemas / imageAlbum.xml < prev    next >
Extensible Markup Language  |  2003-01-13  |  855b  |  28 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <schemaDescriptor location="http://www.shareaza.com/schemas/imageAlbum.xsd" xmlns="http://www.shareaza.com/schemas/SchemaDescriptor.xsd">
  4.     
  5.     <object type="folder" availability="default"/>
  6.     <titles>
  7.         <title language="en">Image Album</title>
  8.     </titles>
  9.     <images>
  10.         <icon path="imageFolder.ico"/>
  11.     </images>
  12.     <extends>
  13.         <schema location="http://www.shareaza.com/schemas/folder.xsd"/>
  14.     </extends>
  15.     <contains>
  16.         <object type="file" location="http://www.shareaza.com/schemas/image.xsd">
  17.             <shared local="type" remote="type"/>
  18.             <shared local="rating" remote="rating"/>
  19.         </object>
  20.     </contains>
  21.     <headerContent version="1.0">
  22.         <title>{name}</title>
  23.         <subtitle>{description}</subtitle>
  24.     </headerContent>
  25.     <viewContent version="1.0" preferredView="CLibraryThumbView"/>
  26.     
  27. </schemaDescriptor>
  28.